/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

a {
	color: var(--e-global-color-c8d3340);

}

.site-main {
	padding:3em 20px;
}

.site-main h1 {
	color: var(--e-global-color-96a0cbf);
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 0px;
	
}

.site-main h1::before {
	content:"";
	display:block;
	width:200px;
	height:10px;
	margin-bottom:30px;
	background-color: var(--e-global-color-secondary);

}

.site-main hr {
	margin-bottom:3em;
	color:rgba(100,100,100,0.1);
}

.site-main h2, #wnext h2 {
	font-size:1.8em;
	font-weight: 800;
	letter-spacing:-2px;
	color:#777;
	margin-top: 1rem;
}


.site-main h3 {
	letter-spacing:-1px;
	font-size:1.5em;
	color:var(--e-global-color-c8d3340);
	margin-top:2em;
}

.site-main h3::before {
	content:"";
	width:20px;
	height:10px;
	display:block;
	background-color: var(--e-global-color-accent);
	
	margin-bottom:10px;
}

.site-main h4 {
	text-transform: uppercase;
	letter-spacing:2px;
	font-size:1.2em;
	margin-top: 2em;
}

.site-main h5 {
	font-size:1.1em;
	font-weight:600;
	margin-top: 2em;
}

.site-main h6 {
	font-size:1em;
	color:rgba(0,0,0,0.6);
}

.site-main a {
	color: var(--e-global-color-c8d3340);
	text-decoration:underline;
}


input[type=submit] {
	background-color: var(--e-global-color-secondary);
	color:white;
	border: 1px solid var(--e-global-color-secondary);
	font-weight: 800;
	padding: .5rem 1rem;
	font-size:1rem;
	border-radius: 3px;
}

input[type=reset] {
	background-color: white;
	color:var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-secondary);
	font-weight: 800;
	padding: .5rem 1rem;
	font-size:1rem;
	border-radius: 3px;
}

input[type=submit]:hover, input[type=reset]:hover {
	background-color:#676767;
	color:white;
}

.screen-reader-text {
	color:black;
	background:white;
	z-index:-9999;
	left:9999px;
	width:0px;
	height:0px;
}

..screen-reader-shortcut {
	color:#cacaca !important;
}

/* Sidebar*/

.ccontent {
	width:100%;
}

.c1 {
	max-width:1200px;
	margin:0 auto;
	display: flex;
	flex-direction:row-reverse;
}

.c1s {
	flex-direction:row;	
}

main.site-main ul {
	list-style-position: outside;
}

body.page-template-pathway .single-job ul li {
	list-style-position: inside;
}

.single-job-col {
	flex-direction: column;
}

.single-job-image {
	height: 400px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.job_heading {
	font-weight: 900;
	margin-top: 15px;
	display: block;
}
.site-main h1 {
    margin-bottom: 2rem;
}

.site-main h2 {
     margin-top: 2rem;
}

svg.pathway-arrow {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 85px;
	margin-bottom: 5px;
}

section.experience-wrapper {
	display: flex;
	align-items: top;
	justify-content: center;
	margin-bottom: 10px;
}

section.experience-wrapper > .single-job {
/* 	display: flex; */
	flex: 1 1 0px;
/* 	max-width: 25%; */
/* 	justify-content: center; */
	max-width: 32%;
	margin-right: 1%;
	border: 1px solid #6e6e6e;
	padding: 5px;
}

.elementor-screen-only {
	color:black;
	background:white;
}

section.experience-wrapper > .single-job > .job-title {
/* 	padding: 10px; */
	margin: 10px;
	border-radius: 10px;
/* 	background-color: #F47721; */
/* 	color: #fff; */
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	cursor: pointer; */
}

#disc p {
	text-align:center;
	font-size: 0.675em;
	font-weight: 600;
}

body.page-template-pathway div.single-job > div {
/* 	padding: 20px; */
	padding: 10px;
	text-align: center;
/* 	display: none; */
}

.page-template-pathway div.job-description ul {
	text-align: left;
}

body.page-template-pathway div.single-job div.job-description p {
	margin-bottom:1em;
}

body.page-template-pathway div.single-job > div p {
	margin-bottom: 0px;
}

body.page-template-pathway div.single-job > div ul {
	padding-bottom: 10px;
	padding-left: 0px;
}

/* section.experience-container > section.experience-wrapper:last-child {
	border-bottom: 2px #e8e8e8 solid;
	padding-bottom: 25px;
}

section.experience-container > section.experience-wrapper:first-child {
	border-top: 2px #e8e8e8 solid;
	padding-top: 25px;
} */

div.least-experience, div.most-experience {
	text-align: center;
	background-color: #6e6e6e;
	padding: 5px;
	font-weight: 700;
	color: #fff;
	margin: 10px 0;
	width: 100%;
}

div.learn-and-earn {
	margin: 0 auto !important;
	color: #fff;
}

div.pathway-image > figure {
	padding-right: 15px;
}

.copyright {
	font-size:0.8em;
	font-weight:600;
}

.consider {
	position:relative;
}
.considersm {
	min-height:430px;
background:url('https://wise21.andisitesdev.com/wp-content/themes/hello-theme-child-master/images/back-shape.svg?q1') no-repeat top right;
	background-size:auto 100%;
	
}

.gspath .elementor-icon-list-items {
	min-height:70px
}

.gspath .elementor-widget-text-editor p {
	display:inline-block;
	min-height:150px;
}

@media screen and (min-width:1024px) and (max-width:1150px) {
	.pmenux .elementor-nav-menu--main li a {
	padding-left:4px !important;
	padding-right:4px !important;
}
}

@media screen and (max-width:1024px) {
	.elementor-nav-menu--main .elementor-nav-menu a {
		padding:13px 14px;
	}
}


@media screen and (max-width:780px) {
.col1 {
    position:absolute;
    bottom:100px;
}

.but1 {
    position:absolute;
    bottom:0px;
}
}

@media only screen and (max-width: 769px) {
	body.job-template-default .single-job-col, body.job-template-default .single-job-col100 {
		display: block;
		width: 100%;
	}
	
	.pathwaycol {
		border-bottom:8px solid rgba(0,0,0,0.1);
	}
}



@media screen and (max-width:720px) {
	.c1 {
		flex-direction: column;
	}

	#sidebar-primary {
		width:80%;
		max-width:initial;
		margin:0 auto;
	}
}

.sidebar {
	max-width: 320px;
}

.sidebar .widget {
	padding-bottom:2em;
	margin-bottom:1em;
	border-bottom:1px dotted var(--e-global-color-secondary);
}

#sidebar-primary {
	padding:3em 20px;
}

.sidebar h3 {
	font-weight: 800;
	letter-spacing:-2px;
	color: #676767;
}

.sidebar a {
	color: var(--e-global-color-accent);
	text-decoration:underline;
}

.sidebar a:hover {
	color: var(--e-global-color-secondary);
}